Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] Fix transitioning direction of a CarouselView when position changed #598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mubaarakhassan
Copy link

@mubaarakhassan mubaarakhassan commented Aug 6, 2021

Fixed an issue on iOS where updating the position of a CarouselView programmatically would always animate the transitions from right to left even when going down on the positioncounter.

Currently the CarouselView always bases the direction transition on the value of prevBtnClicked even if ShowArrows is set to false in XAML. This PR fixes that.

To reproduce this problem you can create a clean project, which includes the CarouselView and the ShowArrows is set to true, and press the previous arrow.

Fixed an issue on iOS where updating position of a CarouselView always transitions from the rightsize (forward). The CarouselView always bases the direction transition on the value of prevBtnClicked.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant